Represents method CreateSortedList<T>(T[]).
CreateSortedList<T>(T[])
public class function CreateSortedList<T>(const values: array of T): IList<T>; overload; static;